testsuite: Run some installed tests exclusively
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 May 2021 11:16:42 +0000 (07:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 May 2021 11:16:42 +0000 (07:16 -0400)
My suspicion is that the clipboard (and some other)
installed test interferes with others, because the
clipboard is a shared resource.

testsuite/gdk/gdk.test.in
testsuite/gtk/gtk.test.in

index b766ceb9b61c252778ae61117141db7fc9143aba..fadf4f5ea7beff5bd9589bd6de9f95fff53b5fca 100644 (file)
@@ -1,4 +1,4 @@
 [Test]
 Exec=/bin/sh -c "env GDK_DEBUG=clipboard G_ENABLE_DIAGNOSTIC=0 GTK_A11Y=test @testexecdir@/@test@ --tap -k --verbose"
-Type=session
+Type=session-exclusive
 Output=TAP
index 9784de85425088bea12c1af0032dc41c204b36d2..ed15a7eda2c4643386f1858eccd071f69733a8ef 100644 (file)
@@ -1,4 +1,4 @@
 [Test]
 Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_A11Y=test @testexecdir@/@test@ --tap -k --verbose"
-Type=session
+Type=session-exclusive
 Output=TAP